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 petrikas
Recipients petrikas
Date 2015-04-18.18:45:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429382716.1.0.015048526051.issue23995@psf.upfronthosting.co.za>
In-reply-to
Content
Python cannot access msvcrt's putwch() when using manage.py syncdb

To reproduce:
1. Call manage.py syncdb and try to create a new superuser
2. It crashes after inputting email (or before asking for the password)

Reproducible with 3.5a3, seems to be a regression from 3.4.3. Downgrading fixed the issue
History
Date User Action Args
2015-04-18 18:45:16petrikassetrecipients: + petrikas
2015-04-18 18:45:16petrikassetmessageid: <1429382716.1.0.015048526051.issue23995@psf.upfronthosting.co.za>
2015-04-18 18:45:16petrikaslinkissue23995 messages
2015-04-18 18:45:15petrikascreate