Message 117660 - Python tracker
Message117660
| Author | pjenvey |
|---|---|
| Recipients | brett.cannon, pjenvey, vstinner |
| Date | 2010-09-29.21:48:43 |
| SpamBayes Score | 0.0091609545 |
| Marked as misclassified | No |
| Message-id | <1285796925.47.0.917089846479.issue9988@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It sounds like you had PYTHONWARNINGS using the fs encoding before r84694, but reverted it due to bootstrapping issues. Indeed, the fs encoding isn't initialized until later in Py_InitializeEx. Maybe the PYTHONWARNINGS code should be moved there instead? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-09-29 21:48:45 | pjenvey | set | recipients: + pjenvey, brett.cannon, vstinner |
| 2010-09-29 21:48:45 | pjenvey | set | messageid: <1285796925.47.0.917089846479.issue9988@psf.upfronthosting.co.za> |
| 2010-09-29 21:48:43 | pjenvey | link | issue9988 messages |
| 2010-09-29 21:48:43 | pjenvey | create | |