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 digiproc
Recipients brian.curtin, digiproc, hfischer, loewis, ned.deily, terry.reedy
Date 2011-07-12.13:20:46
SpamBayes Score 0.0019804211
Marked as misclassified No
Message-id <1310476847.36.0.0615231072996.issue12219@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, that above C++ function is not re-entrant! I was lazy and just made a static return buffer. To make it re-entrant, you'd need to figure out how to allocate enough space in the DefFile string so the C function could write the selected filename to that buffer instead of making its own.
History
Date User Action Args
2011-07-12 13:20:47digiprocsetrecipients: + digiproc, loewis, terry.reedy, ned.deily, brian.curtin, hfischer
2011-07-12 13:20:47digiprocsetmessageid: <1310476847.36.0.0615231072996.issue12219@psf.upfronthosting.co.za>
2011-07-12 13:20:46digiproclinkissue12219 messages
2011-07-12 13:20:46digiproccreate