[issue9023] distutils relative path errors

2015-08-06 Thread Jörg Müller
Jörg Müller added the comment: This bug still exists. I am having a similar use case as ghazel. I have to use absolute paths for the setup.py to work, but the problem is that those paths then end up in the egg-info/SOURCES.txt file which is something that package maintainers of linux

[issue9369] const char* for PyObject_CallMethod and PyObject_CallFunction

2010-07-24 Thread Jörg Müller
New submission from Jörg Müller nex...@gmail.com: Patch attached -- components: Interpreter Core files: patch.diff keywords: patch messages: 111437 nosy: neXyon priority: normal severity: normal status: open title: const char* for PyObject_CallMethod and PyObject_CallFunction type

[issue9369] const char* for PyObject_CallMethod and PyObject_CallFunction

2010-07-24 Thread Jörg Müller
Jörg Müller nex...@gmail.com added the comment: I've merged the patch with the changes from Armin in issue9368. -- type: feature request - behavior Added file: http://bugs.python.org/file18176/patch.diff ___ Python tracker rep...@bugs.python.org http

[issue9369] const char* for PyObject_CallMethod and PyObject_CallFunction

2010-07-24 Thread Jörg Müller
Changes by Jörg Müller nex...@gmail.com: Removed file: http://bugs.python.org/file18175/patch.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9369

[issue9368] Const-Correctness for Method Calls

2010-07-24 Thread Jörg Müller
Jörg Müller nex...@gmail.com added the comment: Uhm, while I reported this Armin was faster than me :) However, I've merged our patches in issue9369. -- nosy: +neXyon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9368