This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, lemburg
Date 2009-01-05.23:06:22
SpamBayes Score 0.5888995
Marked as misclassified No
Message-id <1231196786.24.0.32603248713.issue4850@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch is fairly straightforward with only one caveat: instead 
of prefixing unlist_types_without_objects flag with _Py_, I made it 
static.  This may not be the right thing if it is intended to be 
accessible from third party modules (it is not used outside of object.c 
in python code).  I am not sure how it is supposed to be used because it 
appears to be always 0. (Maybe the intent is to change it manually in 
specialized builds or in debugger.)

I am not proposing to move declarations to header files with this patch.  
That change would cause a massive recompile for everyone and if a 
decision is made that globals' declarations belong to header files, this 
should probably be done it one sweep with issue4805 .
History
Date User Action Args
2009-01-05 23:06:26belopolskysetrecipients: + belopolsky, lemburg
2009-01-05 23:06:26belopolskysetmessageid: <1231196786.24.0.32603248713.issue4850@psf.upfronthosting.co.za>
2009-01-05 23:06:25belopolskylinkissue4850 messages
2009-01-05 23:06:24belopolskycreate