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 pablogsal
Recipients lkollar, ncoghlan, ned.deily, pablogsal, ronaldoussoren, vstinner
Date 2019-03-19.17:29:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553016588.59.0.793036983432.issue36236@roundup.psfhosted.org>
In-reply-to
Content
Yup:

~
❯ cd /tmp

/tmp
❯ mkdir check

/tmp
❯ cd check

/tmp/check
❯ rm -rf ../check

/tmp/check
❯ python3.7 -m pdb
Fatal Python error: pymain_compute_path0: memory allocation failed
ValueError: character U+e0895f00 is not in range [U+0000; U+10ffff]

Current thread 0x000000011d9405c0 (most recent call first):
History
Date User Action Args
2019-03-19 17:29:48pablogsalsetrecipients: + pablogsal, ronaldoussoren, ncoghlan, vstinner, ned.deily, lkollar
2019-03-19 17:29:48pablogsalsetmessageid: <1553016588.59.0.793036983432.issue36236@roundup.psfhosted.org>
2019-03-19 17:29:48pablogsallinkissue36236 messages
2019-03-19 17:29:48pablogsalcreate