[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 distributions don't like!

--
nosy: +neXyon
versions: +Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9023
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file18175/patch.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9369
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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://bugs.python.org/issue9369
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com