hgext/__init__.py
author Augie Fackler <augie@google.com>
Tue, 11 Aug 2015 14:49:40 -0400
changeset 26007 1ebf4ac07582
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
reachableroots: if allocating a new set fails, use PyErr_NoMemory() My inspection of the implementation of PySet_New() indicates that it does *not* reliably set an exception in the cases where it returns NULL (as far as I can tell it'll never do that!), so let's set that up ourselves.

# placeholder