Sean McCully added the comment:
ok, is this a valid fix then?
On Saturday, May 20, 2017 1:34 AM, STINNER Victor
wrote:
STINNER Victor added the comment:
> In fact, it seems like I introduced a regression in bpo-6393, commit
> 94a3694c3dda97e3bcb51264bf47d948c5424d84.
I back
New submission from Sean McCully:
Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/usr/lib/python2.7/site-packages/pip/commands/install.py"
Sean McCully added the comment:
Is this closer to what Zachary.Ware suggested, patch implements a
wait_until_deleted method in C Api using inotify for Linux/FreeBSD.
--
nosy: +seanmccully
Added file: http://bugs.python.org/file36433/issue22024.patch
Sean McCully added the comment:
For what it is worth, I was not able to reproduce, on the current Python 2.7.8
branch and Mac OS X.
./python2
Python 2.7.8+ (2.7:ba90bd01c5f1, Aug 12 2014, 12:21:58)
gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr
--with
Sean McCully added the comment:
So the changes submitted, take into the attributes that are part of the
standard Python Data Model/Descriptors and defined as editable per
documentation.
https://docs.python.org/3/reference/datamodel.html
The thought is if a user is needing to support outside
Sean McCully added the comment:
Attaching Python 2.7 patch.
--
Added file: http://bugs.python.org/file36338/issue103-py27.patch
___
Python tracker
<http://bugs.python.org/issue1011
Sean McCully added the comment:
Attachng Python 3.5/default branch patch.
--
Added file: http://bugs.python.org/file36337/issue103-default.patch
___
Python tracker
<http://bugs.python.org/issue1011
Sean McCully added the comment:
Please advise any changes that need to be made, this is technically my second
patch submission to cpython. I also had trouble running the unittests when
backporting to 2.7.
Look at distutils, there wasn't a clear method for linking commands to share
c
Sean McCully added the comment:
Is special casing the special attrs a permament enough solution?
--
keywords: +patch
nosy: +seanmccully
Added file: http://bugs.python.org/file36286/issue22138.patch
___
Python tracker
<http://bugs.python.