An error occurred fetching the project authors.
- 02 Sep, 2015 1 commit
-
-
Marius Wachtler authored
-
- 06 Aug, 2015 1 commit
-
-
Rudi Chen authored
This serves two purposes. 1) Improve naming consistency (follow the format TYPENAME::gcHandler) 2) In the source file, the visit function declaration is closer to the fields of the objects. If a field is added, hopefully it will be easier to remember to update the GC visit function.
-
- 03 Aug, 2015 1 commit
-
-
Marius Wachtler authored
-
- 09 Jan, 2015 1 commit
-
-
Kevin Modzelewski authored
Use operator new() to get access to tp_alloc in a C++-ish way. Instead of passing the object's class to the constructor, pass it to new(). We need to do this since the class gets to pick how the object gets allocated, including how large it will end up being. Unfortunately it looks like defining an operator new on a subclass hides the operator new from a superclass, even if they have different signatures. Macros to the rescue.
-
- 05 Jan, 2015 1 commit
-
-
Kevin Modzelewski authored
(update copyright notices)
-
- 06 Aug, 2014 1 commit
-
-
Kevin Modzelewski authored
Previously the gc header had to be set and managed by the user of the GC, which didn't make much sense. Also took this opportunity to clean up a bunch of old cruft. Also got rid of ObjectFlavors and AllocationKinds, in preference for a GCKind which I think makes more sense. Right now there are only three different GCKinds, but I'm not sure if the previous AllocationKinds should each get their own GCKind.
-
- 03 Jun, 2014 3 commits
-
-
Krzysztof Klinikowski authored
-
Krzysztof Klinikowski authored
-
Krzysztof Klinikowski authored
-
- 30 May, 2014 1 commit
-
-
Kevin Modzelewski authored
-
- 13 May, 2014 1 commit
-
-
Kevin Modzelewski authored
Changed the indentation of pretty much the entire codebase. It did some things that I don't like that seem not configurable, but overall it seems like an improvement, and nice to have a canonical format going forward.
-
- 25 Apr, 2014 1 commit
-
-
Kevin Modzelewski authored
-
- 24 Apr, 2014 1 commit
-
-
Kevin Modzelewski authored
Doesn't handle packages or anything other than importing a .py file (ex zip import, .so, .pyc), but has some basic support for sys.path and sys.modules.
-
- 21 Apr, 2014 1 commit
-
-
Kevin Modzelewski authored
-
- 03 Apr, 2014 1 commit
-
-
Kevin Modzelewski authored
-