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 gregory.p.smith
Recipients anthonybaxter, christian.heimes, georg.brandl, gregory.p.smith, jafo, janixia, jhylton, jyasskin, loewis, pitrou, tim.peters, trent
Date 2008-04-06.23:14:14
SpamBayes Score 0.4422503
Marked as misclassified No
Message-id <1207523657.11.0.87532716594.issue815646@psf.upfronthosting.co.za>
In-reply-to
Content
Committed to trunk in revision 62195.

Misc/NEWS entry added.

I also added two new C API functions: PyFile_IncUseCount and
PyFile_DecUseCount along with documentation.  They should be used by any
C extension code that uses PyFile_AsFile and wants to make use of the
returned FILE* with the GIL released.

The net effect of not using them is no change from the existing behavior
(crashes would be possible) for those C extension modules.
History
Date User Action Args
2008-04-06 23:14:17gregory.p.smithsetspambayes_score: 0.44225 -> 0.4422503
recipients: + gregory.p.smith, tim.peters, loewis, jhylton, anthonybaxter, georg.brandl, jafo, janixia, pitrou, christian.heimes, jyasskin, trent
2008-04-06 23:14:17gregory.p.smithsetspambayes_score: 0.44225 -> 0.44225
messageid: <1207523657.11.0.87532716594.issue815646@psf.upfronthosting.co.za>
2008-04-06 23:14:16gregory.p.smithlinkissue815646 messages
2008-04-06 23:14:15gregory.p.smithcreate