Re: Creating a Non-GC type
Greg Ewing <[email protected]> Sat, 03 Oct 2009 12:58:44 +1200
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
John Arbash Meinel wrote: > I haven't found any way to tell pyrex not to set the "HAVE_GC" > flag. From what I can tell, the code says "if you have any attributes, > then you must HAVE_GC". Yes, there's currently no way to turn that off, although I could look into providing an option for it somehow. -- = Greg