[issue2005] posixmodule expects sizeof(pid_t/gid_t/uid_t) <= sizeof(long)

2012-11-07 Thread Kimmo Mustonen

Kimmo Mustonen added the comment:

Feel free to finalize this. I don't have such a system to test it anyway.

--

___
Python tracker 
<http://bugs.python.org/issue2005>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2005] posixmodule expects sizeof(pid_t/gid_t/uid_t) <= sizeof(long)

2012-10-23 Thread Kimmo Mustonen

Kimmo Mustonen added the comment:

Tried to fix uid/gid issues but I didn't have a system with uid/gid larger than 
long so wasn't able to verify the fix.

--
keywords: +patch
nosy: +tzimmo
Added file: http://bugs.python.org/file27678/issue2005_py3.patch

___
Python tracker 
<http://bugs.python.org/issue2005>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6975] symlinks incorrectly resolved on Linux

2012-10-23 Thread Kimmo Mustonen

Kimmo Mustonen added the comment:

Tried it out and it seemed to fix the issue.
Ported the patch to python3.

--
nosy: +tzimmo
Added file: http://bugs.python.org/file27668/issue6975_py3.patch

___
Python tracker 
<http://bugs.python.org/issue6975>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com