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 Anthony Sottile, hoffman, loewis, marcadam, serhiy.storchaka, vstinner
Date 2018-10-28.18:03:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540749786.24.0.788709270274.issue1154351@psf.upfronthosting.co.za>
In-reply-to
Content
The glibc has a get_current_dir_name() function which returns the same value that getcwd(), the difference is that get_current_dir_name() allocates memory. If someone wants to add a function using PWD env var, a different function name should be found.
History
Date User Action Args
2018-10-28 18:03:06vstinnersetrecipients: + vstinner, loewis, hoffman, serhiy.storchaka, marcadam, Anthony Sottile
2018-10-28 18:03:06vstinnersetmessageid: <1540749786.24.0.788709270274.issue1154351@psf.upfronthosting.co.za>
2018-10-28 18:03:06vstinnerlinkissue1154351 messages
2018-10-28 18:03:06vstinnercreate