[issue18843] Py_FatalError (msg=0x7f0e3b373232 "bad leading pad byte") at Python-2.7.5/Python/pythonrun.c:1689

2013-08-29 Thread Tim Peters
Tim Peters added the comment: Martin, can you please supply exact commands Stephen can use to try to reproduce the problem you saw running `emerge`? And try them yourself first, to make sure you can reproduce the problem too. Any detail may be important. For example, it's possible this is du

[issue18828] urljoin behaves differently with custom and standard schemas

2013-08-29 Thread Martin Panter
Martin Panter added the comment: Similarly, I expected this to return "rtmp://host/app?auth=token": urljoin("rtmp://host/app", "?auth=token") I'm not sure adding everybody's custom scheme to a hard-coded whitelist is the best way to do solve this. Below I have identified some other schemes no

[issue1500504] Alternate RFC 3986 compliant URI parsing module

2013-08-29 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue13951] Document that Seg Fault in .so called by ctypes causes the interpreter to Seg Fault

2013-08-29 Thread Westley Martínez
Westley Martínez added the comment: Can we have this committed? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue14937] IDLE's deficiency in the completion of file names (Python 32, Windows XP)

2013-08-29 Thread Westley Martínez
Westley Martínez added the comment: On Thu, Oct 11, 2012 at 3:06 PM, Terry J. Reedy wrote: > > Terry J. Reedy added the comment: > > This patch (I suspect it is this one) disabled the use of '/' in filenames on > windows when using filename completion. > > 'c:\in 3.2.3 and 3.3.0> > (If ther

[issue18843] Py_FatalError (msg=0x7f0e3b373232 "bad leading pad byte") at Python-2.7.5/Python/pythonrun.c:1689

2013-08-29 Thread Charles-François Natali
Charles-François Natali added the comment: Just two things: - running under valgrind with the suppression file would help pinpoint this - usually, stack/heap overflows or invalid pointer dereference affect a contiguous chunk of memory: here, there's a *single bit* flipped, not even a byte 0xfb

<    1   2