This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients drosera, r.david.murray, vstinner
Date 2014-09-02.14:23:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409667835.0.0.194294501837.issue22326@psf.upfronthosting.co.za>
In-reply-to
Content
I tried on my Fedora 20 (Linux, kernel 3.14.8-200.fc20.x86_64) and I'm unable to reproduce the issue.

$ sudo mkdir /test
$ sudo chown haypo: /test
$ echo "/test *(rw)" >> /etc/exports
$ sudo exportfs -af
$ sudo mount -t nfs localhost:/test nfs
$ cat > x.py
<copy/paste the code from the first message of this issue>
$ python x.py
(unnamed) OK
(named) OK
$ mount|grep nfs
localhost:/test on /home/haypo/nfs type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp6,port=0,timeo=600,retrans=2,sec=sys,clientaddr=::1,local_lock=none,addr=::1)
$ python -V
Python 2.7.5
History
Date User Action Args
2014-09-02 14:23:55vstinnersetrecipients: + vstinner, r.david.murray, drosera
2014-09-02 14:23:55vstinnersetmessageid: <1409667835.0.0.194294501837.issue22326@psf.upfronthosting.co.za>
2014-09-02 14:23:54vstinnerlinkissue22326 messages
2014-09-02 14:23:54vstinnercreate