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 vstinner
Recipients boya, loewis, pitrou, skrah, terry.reedy, vstinner
Date 2011-06-17.13:58:43
SpamBayes Score 0.02399237
Marked as misclassified No
Message-id <1308319124.18.0.668070206346.issue9246@psf.upfronthosting.co.za>
In-reply-to
Content
You may use get_current_dir_name() which allocates the memory for us.

I can adapt os_getcwd_buffer-2.patch to support Solaris/OpenBSD, but do we need a dynamic buffer? (do we need to support OS without PATH_MAX)
History
Date User Action Args
2011-06-17 13:58:44vstinnersetrecipients: + vstinner, loewis, terry.reedy, pitrou, skrah, boya
2011-06-17 13:58:44vstinnersetmessageid: <1308319124.18.0.668070206346.issue9246@psf.upfronthosting.co.za>
2011-06-17 13:58:43vstinnerlinkissue9246 messages
2011-06-17 13:58:43vstinnercreate