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 izbyshev
Recipients izbyshev, miss-islington, vstinner
Date 2018-10-22.17:29:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540229354.3.0.788709270274.issue32890@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7 doesn't have the same issue.

In os.execve(), posix_error() is used, but it is based on errno, which is correct. (A funny bit is that os.execve('', ['a'], {}) crashes in 2.7, probably because of some checks in CRT).

And os.truncate() is not implemented in 2.7 at all.
History
Date User Action Args
2018-10-22 17:29:14izbyshevsetrecipients: + izbyshev, vstinner, miss-islington
2018-10-22 17:29:14izbyshevsetmessageid: <1540229354.3.0.788709270274.issue32890@psf.upfronthosting.co.za>
2018-10-22 17:29:14izbyshevlinkissue32890 messages
2018-10-22 17:29:14izbyshevcreate