[issue1742669] "%d" format handling for long values

2008-06-11 Thread Pádraig Brady

Pádraig Brady <[EMAIL PROTECTED]> added the comment:

A couple of comments.

1. This bug supersedes issue 1153226
That has good info, including the suggestion that one should
be using the %.f format rather than %d in this case anyway

2. The patch here was actually applied in r61041

--
nosy: +pixelbeat

___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1742669>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1052827] filelist.findall should use os.lstat

2010-03-08 Thread Pádraig Brady

Pádraig Brady  added the comment:

Packaging dangling symlinks is often required, so this is a problem.
For e.g. in my package I want to install this symlink:
/etc/apache2/sites-enabled/000-default -> ../sites-available/myapp.conf

--
nosy: +pixelbeat
versions: +Python 2.5

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



[issue35677] Do not automount in stat() by default

2022-03-10 Thread Pádraig Brady

Pádraig Brady  added the comment:

I think this change is not needed as fstatat() implies AT_NO_AUTOMOUNT since 
Linux 4.11
The fstatat(2) man page is confusing, and I've attempted to clarify with the 
patch attached to:
https://lists.gnu.org/archive/html/coreutils/2022-03/msg00014.html

--
nosy: +pixelbeat

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



[issue28812] Deadlock between GIL and pystate head_mutex.

2017-07-10 Thread Pádraig Brady

Pádraig Brady added the comment:

This can probably closed as a dupe of #30395

--
nosy: +pixelbeat

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



[issue30395] deadlocked child process after forking on pystate.c's head_mutex

2017-05-17 Thread Pádraig Brady

Changes by Pádraig Brady :


--
nosy: +pixelbeat

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