Pete Wicken added the comment:
I've opened a PR that should hopefully address this issue.
--
___
Python tracker
<https://bugs.python.org/issue33433>
___
___
Change by Pete Wicken :
--
keywords: +patch
pull_requests: +24799
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/26172
___
Python tracker
<https://bugs.python.org/issu
Change by Pete Wicken :
--
pull_requests: +24255
pull_request: https://github.com/python/cpython/pull/25536
___
Python tracker
<https://bugs.python.org/issue28
Change by Pete Wicken :
--
pull_requests: +24252
pull_request: https://github.com/python/cpython/pull/25533
___
Python tracker
<https://bugs.python.org/issue28
Change by Pete Wicken :
--
pull_requests: +24251
pull_request: https://github.com/python/cpython/pull/25532
___
Python tracker
<https://bugs.python.org/issue28
Pete Wicken added the comment:
Out of curiosity, why is there not much we can do? I'm not familiar enough with
Python's C code to appreciate the difficulty of making the builtins available
at the point where the pickle save is run when exiting. The fact that this
segfaults
New submission from Pete Wicken :
Originally found as an issue in Lib/shelve.py; if we attempt to pickle a
builtin as the program is exiting then Modules/_pickle.c will fail at the point
of the PyImport_Import in save_global. In CPython3.8 this causes a segfault, in
CPython3.9 a
Pete Wicken added the comment:
The patch for this has been merged - I guess this can be closed now?
--
___
Python tracker
<https://bugs.python.org/issue28
Change by Pete Wicken :
--
nosy: +Wicken
___
Python tracker
<https://bugs.python.org/issue33433>
___
___
Python-bugs-list mailing list
Unsubscribe:
Pete Wicken added the comment:
Ok it was bugging me that they were different, so I also added the same logic
for IPv6Networks.
--
___
Python tracker
<https://bugs.python.org/issue28
Pete Wicken added the comment:
I've had a go at implementing this. I did not implement for IPv6 as this was
not mentioned here, but it seems like it would make sense for it as well. I can
add that in too if you like.
--
___
Python tracker
&
Change by Pete Wicken :
--
keywords: +patch
nosy: +Wicken
nosy_count: 5.0 -> 6.0
pull_requests: +18112
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18757
___
Python tracker
<https://bugs.python.org/i
Change by Pete Wicken :
--
pull_requests: +18053
pull_request: https://github.com/python/cpython/pull/18691
___
Python tracker
<https://bugs.python.org/issue39
Change by Pete Wicken :
--
pull_requests: -18050
___
Python tracker
<https://bugs.python.org/issue39710>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Pete Wicken :
--
nosy: +Wicken
nosy_count: 3.0 -> 4.0
pull_requests: +18050
pull_request: https://github.com/python/cpython/pull/18691
___
Python tracker
<https://bugs.python.org/issu
Pete Wicken added the comment:
In addition to my previous comment, I think a more generic "is_special" could
cover everything in the IANA special purpose address table for ease of checking
anything that isn't publicly available IP.
--
___
Change by Pete Wicken :
--
components: +Library (Lib)
type: -> behavior
versions: +Python 3.9
___
Python tracker
<https://bugs.python.org/issue38750>
___
_
New submission from Pete Wicken :
As alluded to in issue bpo-38655, the behaviour for getting categorising IPv4
networks is inconsistent with the IANA guideline, which the docs say it follows.
I'm proposing we either change the documentation so that it describes the
behaviour that s
Pete Wicken added the comment:
Looks like this happens because the is_private method that gets called is from
_BaseNetwork, which checks if the network address '0.0.0.0' and the broadcast
address '255.255.255.255' are both private, which they are as 0.0.0.0 falls
into
Change by Pete Wicken :
--
keywords: +patch
pull_requests: +16548
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/17036
___
Python tracker
<https://bugs.python.org/issu
Pete Wicken added the comment:
Given the comments above I appreciate that this is actually due to the padding
being the total field width rather than the padding of the digits themselves.
Having revised the documentation again, I believe this following line is
explaining it:
"Wh
New submission from Pete Wicken :
When formatting an integer as a hexadecimal value, the '#' alternate form
modifier inserts a preceding '0x'.
If this is used in combination with padding modifiers, the '0x' is counted as
part of the overall width, which
New submission from Pete Moore <1petemo...@gmail.com>:
the 3.x docs sidebar at location
https://docs.python.org/3.6/library/logging.html does not follow the user's
scrolling movements like the 2.7 docs sidebar at location
https://docs.python.org/2.7/library/logging.html
Pete Lancashire added the comment:
added stdout of ./configure
--
Added file: http://bugs.python.org/file39804/configure.out
___
Python tracker
<http://bugs.python.org/issue24
New submission from Pete Lancashire:
./configure does not find ncurses in /usr/local/lib, an older version of (one I
don't want to use) copy exists in /usr/lib
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking ncurses.h usability.
Changes by Pete Lancashire :
--
components: Build
nosy: petepdx
priority: normal
severity: normal
status: open
title: configure does not find (n)curses in /usr/local/libs
type: compile error
versions: Python 2.7
___
Python tracker
<h
Pete Zaitcev added the comment:
Oh, indeed. The printout is in testtools only. The unittest prints this:
[zaitcev@guren xxx]$ python3 -c 'import nose; nose.main()'
F
==
FAIL: test_testEquals (testic.TestConfi
New submission from Pete Zaitcev:
When using an assert such as self.assertEquals(tester(), expected), an error
message suggests wrong argument order (as in, not the order in examples in the
documentation). Apparently this is confusing enough that OpenStack even opened
a whole bunch of bugs
New submission from Pete:
Python makes errors on simple subtraction with 'pennies'.
>>> 2000.0 - 1880.98
119.019998
See attached file for more examples...
--
components: Windows
files: py_subtraction_bug
messages: 200035
nosy: radiokinetics.pete
priori
New submission from Larry Pete:
Hexchat (fork of XChat IRC Client) switched with version 2.9.6 to Python 3.3
for their Python plugins.
Hexchat loads plugins in a similar fashion like the attached C file (not
entirely sure I used the C-API right though). For every plugin a new
interpreter is
Pete Forman added the comment:
Another +1 for Oscar. I've just done an install of Python 2.7.5 and had to hack
cygwinccompiler.py again. I'm using mingw with gcc 4.6.2 on Windows 7.
--
nosy: +Pete.Forman
___
Python tracker
<http://bu
Pete Sevander added the comment:
Here's a patch for it.
--
keywords: +patch
nosy: +sevanteri
Added file: http://bugs.python.org/file27671/issue16210.patch
___
Python tracker
<http://bugs.python.org/is
Pete Bartlett added the comment:
Hi,
I am a Python user seeking an implementation of iswow64 and found this tracker.
Unfortunately I don't think Martin's suggested alternative approach works.
os.environ["PROCESSOR_ARCHITECTURE"]
returns "x86" on my system when
New submission from Pete Hunt :
BaseManager.__reduce__ references from_address, which, to my knowledge,
has been eliminated from the package.
--
components: Library (Lib)
messages: 96392
nosy: peterhunt
severity: normal
status: open
title: multiprocessing.managers.BaseManager
Pete Hunt added the comment:
UPDATE: this example WORKS if you remove "authkey" - so it seems to be a
problem with authentication.
--
type: -> crash
___
Python tracker
<http://bugs.pyth
New submission from Pete Hunt :
When pickling a proxy object (such as a list) created on a client, an
exception is thrown. Example attached.
Python 2.6.4 Mac OS X 10.6
p
--
components: Library (Lib)
files: multiprocessing_bug.py
messages: 96371
nosy: peterhunt
severity: normal
status
New submission from Pete Hunt :
Apologies if I mess up the formatting - my first bug report submitted.
Steps to reproduce (OSX Snow Leopard, 2.6.3)
>>> import threading, imp
>>> def doit():
... print imp.load_module("cherrypy", None,
"/Library/Frameworks/
37 matches
Mail list logo