Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
nosy: +gregory.p.smith
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2862>
___
_
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
everyone seems to be in agreement that this patch is a bad idea. closing.
--
nosy: +gregory.p.smith
resolution: -> rejected
status: open -> closed
___
Python tracker <[EMAIL PR
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
I agree with this patch and will commit it later this weekend if I hear
no objections. see the mailing list discussion.
--
assignee: christian.heimes -> gregory.p.smith
___
Pytho
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
versions: -Python 2.6
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2632>
___
_
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
Test disabled on 64bit when using the supplied patch when forward
porting to 2.6 in trunk revision 64114.
--
assignee: -> gregory.p.smith
keywords: +64bit, easy, patch
nosy: +gregory.p.smith
priority: -> high
resol
New submission from Gregory P. Smith <[EMAIL PROTECTED]>:
Python 2.6a3+ (trunk:64150M, Jun 11 2008, 14:08:14)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
% ./python Lib/t
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
ah yes that is indeed the same problem. marking this one as a dup.
--
dependencies: +Thread local storage and PyGILState_* mucked up by os.fork()
resolution: -> duplicate
status: open
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
we need this in before 2.6 is released.
--
assignee: -> gregory.p.smith
nosy: +gregory.p.smith
priority: high -> critical
___
Python tracker <[EMAIL PROTECTED]>
<h
New submission from Gregory P. Smith <[EMAIL PROTECTED]>:
Currently the threading module has loops in it such as
threading.Condition.wait's loop that attempts to acquire a lock in
non-blocking mode and if it fails, sleeps for a while and trys again.
(with exponential backoff of slee
New submission from Joe P. Cool <[EMAIL PROTECTED]>:
If I call os.environ.clear in a python program child processes still
see the cleared entries. But when I iterate over the keys like so
names = os.environ.keys()
for k in names:
del os.environ[k]
then the entries are also delet
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
committed to 2.6 trunk in r64753.
--
resolution: -> accepted
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
committed to release25-maint in r64754.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file10027/issue2620-gps01-patch.txt
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
here's an updated patch. It makes PyMem_NEW and PyMem_RESIZE macros
always do explicit an overflow check before doing the multiplication.
Uses of the the macros have been cleaned up in the couple places I
noticed that would lea
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
Fixed as Amaury described in trunk r64756.
still needs backporting to release25-maint.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
lowering the priority on this back to normal as there is a workaround:
use close_fds=True.
I agree that this is messy, I'm not sure if we can really fix it or even
if we should.
Running lsof shows the /bin/cat processes on OS X
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
assignee: -> gregory.p.smith
keywords: +easy
nosy: +gregory.p.smith
priority: -> normal
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
thanks. fixed in trunk r64758. i'm assuming that'll be merged into
py3k automagically.
--
resolution: -> accepted
versions: +Python 3.0 -Python 2.6
___
Python tracke
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
assignee: -> gregory.p.smith
nosy: +gregory.p.smith
priority: -> normal
title: socket's OOB data management is broken on FreeBSD -> socket's OOB data
management is b
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
assignee: -> gregory.p.smith
nosy: +gregory.p.smith
priority: -> normal
title: socket's SO_OOBINLINE option does not work on FreeBSD -> socket's
SO_OOBINLINE option does not
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
This also happens on Linux:
read -> x
Exception in thread Thread-1:
Traceback (most recent call last):
File "/home/greg/sandbox/python/trunk/Lib/threading.py", line 523, in
__bootstrap_inner
self.run()
File
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
p648 of Unix Network Programming third edition:
"4. If the process has set the SO_OOBINLINE socket option and then tries
to read the out-of-band data by specifying MSG_OOB, EINVAL is returned."
so it does not sound like
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
further reading reveals that this is the expected behavior.
p651 in 24.2: "select indicates an exception condition until the process
reads -beyond- the out of band data." ... "the solution is to only
select for a
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
A friend confirms that on NetBSD it matches the Linux behavior.
"read -> x" is printed before the exception.
also fwiw, my OS X version is 10.5.3.
IMNSHO not a python bug. open it with FreeBSD and Apple.
--
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
not a python issue. thanks for opening one with FreeBSD.
--
resolution: -> invalid
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
assignee: -> gregory.p.smith
keywords: +easy
nosy: +gregory.p.smith
priority: -> normal
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
Fixed in trunk r64767.
Needs backporting to release25-maint.
--
resolution: -> accepted
type: -> behavior
versions: +Python 2.5 -Python 2.6
___
Python tracker <[EMAIL PR
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
assignee: -> jcea
nosy: +jcea
priority: -> normal
type: -> crash
___
Python tracker <[EMAIL PROTECTED]>
<http://b
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
take a look at the patch being worked on in issue #3262.
--
nosy: +gregory.p.smith
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
assignee: -> janssen
priority: -> normal
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
superseder: -> eliminate recursion in pickling
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
dependencies: +pickle.py is limited by python's call stack
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
seems harmless enough. done in trunk r64769.
--
assignee: -> gregory.p.smith
nosy: +gregory.p.smith
priority: -> low
resolution: -> fixed
status: open -> closed
___
Pyth
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
assignee: -> gregory.p.smith
components: +Library (Lib) -Extension Modules
nosy: +gregory.p.smith
priority: -> normal
versions: +Python 2.6
___
Python tracker <[EMAIL PR
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
sounds like a good idea to add this. yay firefox 3. i'll review it.
--
assignee: -> gregory.p.smith
components: +Library (Lib)
nosy: +gregory.p.smith
priority: -> normal
type: -> feature request
v
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
components: +Interpreter Core, Library (Lib)
nosy: +gregory.p.smith
priority: -> normal
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
assignee: -> gregory.p.smith
components: +Extension Modules
nosy: +gregory.p.smith
priority: -> high
type: -> behavior
___
Python tracker <[EMAIL PROTECTED]>
<http://b
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
fixed in trunk r64771.
(and indeed the previous behavior was buggy in the extreemly rare event
that someone ran a https server on port 80 the :80 should have been
supplied).
--
assignee: -> gregory.p.smith
keywords: +
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
assignee: -> teoliphant
nosy: +gregory.p.smith
priority: -> critical
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
assignee: -> gregory.p.smith
keywords: +patch
nosy: +gregory.p.smith
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
i'll come up with something for the documentation on this.
--
assignee: -> gregory.p.smith
nosy: +gregory.p.smith
resolution: -> accepted
type: -> behavior
___
Py
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
fyi - To fix issue #2113 I added handling of a select.error errno.EINTR
being raised during the select.select call in r64756.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
assignee: -> gregory.p.smith
nosy: +gregory.p.smith
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pyth
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
The existing fork-and-thread4.patch doesn't actually reset
_active_limbo_lock. Its missing a "global _active_limbo_lock" statement
in the threading._after_fork() function.
___
P
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
and a few more bugs. a new patch is attached. With this applied,
pitrou's fork_threading.py bug demonstration script finally does the
right thing.
test_threading, including the new deadlock tests, and
test_multiprocessin
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file10855/fork-and-thread.patch
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file10859/fork-and-thread2.patch
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file10869/fork-and-thread3.patch
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file10872/fork-and-thread4.patch
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
I still don't like the _after_fork() implementation. Its O(n) where n
== number of threads the parent process had.
Very wasteful when the fork() was done in the most common case of being
followed by an exec and calling os._
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
% ./python.exe -mtimeit 'isinstance(3, int)'
100 loops, best of 3: 0.269 usec per loop
% ../release25-maint/python.exe -mtimeit 'isinstance(3, int)'100
loops, best of 3: 0.335 usec per loop
So I'd sa
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
speedup of this patch confirmed. Also, it triggers the bugs mentioned
that have their own issues open. Once #2542 is fixed this should be
looked at again.
Its a big performance regression in 2.6 over 2.5 if we don't get this
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
I am unable to reproduce this (using release24-maint on OS X 10.4). the
script I used is attached.
Does this script fail for you? If not, please upload something that fails.
--
nosy: +gregory.p.smith
Added file
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
I added a Misc/NEWS note for this in r65057.
This is a good candidate for backporting to release25-maint.
To answer Antoine Pitrou's question about using the old ident vs the new
_get_ident(). I don't know if the for
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
Jesse: thanks for doing the py3k merge.
Antoine: yeah it might be safer to use _get_ident() but since the
len(_active) == 1 assert is not firing we're probably fine as is.
A change to this that I was considering making to th
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
python 2.6b1+, bdb 4.7.25 on x86 ubuntu linux.
% ../../../../python/trunk/python bsddb3/tests/test_replication.py -v
test01_basic_replication (__main__.DBReplicationManager) ... zsh:
segmentation fault ../../../../python/trunk/
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
(that last comment was using pybsddb svn r529)
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
hmm. nevermind.
those last results clearly used the wrong bsddb library.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
Okay, now i've run the correct test suite on the correct modules with
pybsddb r530:
The problems still happen. Sometimes it passes. Other times it raises
an assertion error.
test01_basic_replication DBReplicationManger e
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
i believe this patch will fix it. but i don't have a windows build
environment setup yet to even try it.
Exposing pointers to data structures as a number to Python is very gross
to begin with. It'd be safer to define a t
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
diff up for review on http://codereview.appspot.com/2599
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
Added file:
http://bugs.python.org/file10951/windows-amd64-subprocess-handle-gps02.diff
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
Removed file:
http://bugs.python.org/file10950/windows-amd64-subprocess-handle-gps01.diff
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
fixed in trunk r65151 (in theory).
I don't have amd64 to test with.
Roger, would you please test an AMD64 build from that revision or later
to confirm that it is fixed?
Once confirmed, this should be backported to rele
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
versions: -Python 2.6
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3120>
___
_
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
i believe this is fixed by the two changes mentioned above, i was
waiting for fbvortex to confirm the fix on his 64-bit OpenBSD system.
these changes need backporting to release25-maint.
--
status: pending -> open
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
using a python trunk optimized (non-debug) build and pybsddb r530:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Berkeley DB 4.7.25: (May 15, 2008)
bsddb.db.version(): (4, 7, 25)
bsddb.db.__ver
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
Commited to trunk. r65182.
This still needs backporting to release25-maint. (and release24-maint
if anyone is maintaining that)
--
keywords: +patch
versions: +Python 3.0 -Pyth
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
Fixed in trunk r65459. release25-maint r65460.
--
resolution: -> accepted
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
fixed in release25-maint r65461. already merged into py3k from trunk.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
committed to release25-maint as r65466. if testing on 64bit openbsd or
similar reveals that this is not fixed, please reopen the bug.
--
status: open -> closed
___
Python tracke
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
See the documentation update in trunk r65469. It adds warnings about
both common pipe related pitfalls discussed in this bug.
--
resolution: accepted -> fixed
status: open -> closed
__
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
I tried closing -all- of the handles listed here (the std ones used as
input to _get_handles and the pipe read/write ones returned) on an
OSError during CreateProcess but the problem still occurs for me using
the test code in ms
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
fixed in release25-maint r65475.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
Thanks. I've looked over your code. The logic looks good, however I'd
like to propose a better design and that this not be included in 2.6.
Instead of putting this functionality in the MozCookieJar class, it
shoul
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
+1 I'd like to see this make it in.
--
nosy: +gregory.p.smith
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
looks good to me.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2464>
___
__
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
agreed, that should be made to cause the test to fail. a
failureException method that sets a flag that the main thread will
detect and fail on when exiting should do the trick.
side note:
...sadly that failure appears to be a test
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
i was pondering if it should go in urlparse instead. if it did, i think
it should be part of urlparse.urlunparse to ensure that there is always
a trailing slash after the host:port regardless of what the inputs are.
anyways, agreed
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
backported to release25-maint in r65789.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.p
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
backported to release25-maint in r65790
--
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
specifically, test_3_join_in_forked_from_thread hangs in py3k and is
currently disabled.
--
assignee: gregory.p.smith ->
___
Python tracker <[EMAIL PROTECTED]>
<http
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
That test case looks good to me for 2.6 and 3.0. Also add a note to the
documentation with a versionchanged 2.6 about urlunparse always ensuring
there is a / between the netloc and the rest of the url.
I would not back port th
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
preventing this right now is that when i apply this to py3k today, it
fails miserably in a debug build.
first, my patch has an invalid assert(size > 0) in it in _PyLong_New as
0 size is used when the value is 0. get rid of
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
attached is an updated patch that also works in debug mode. to do this
i had to exclude all zero length (value = 0) PyLongObjects from the free
list. i'm still not sure why, they all have the same underlying
allocation size.
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
Added file: http://bugs.python.org/file11144/py3k_longfreelist2_gps04.patch
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
The fix can not be committed to Python 2.5 because it breaks
compatibility by adding another field to the PyFileObject struct and
adding two new C API functions.
___
Python tracker <[EMAIL
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
Verified fixed.
Python 2.6b2+ (trunk:65871, Aug 19 2008, 13:10:07)
>>> msg = 'A'*2000111222
[12389 refs]
>>> x = msg.decode('utf8')
Traceback (most recent call last):
File "", line
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
I doubt subclassability of RLock matters but who knows, people do code
things.
Regardless, using a C version wrapped in a simple python container class
that calls the underlying C implementation's methods should be
sufficient t
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
nosy: +gregory.p.smith
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3618>
___
_
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
see the python-3000 thread I just started asking for opinions on this.
I'd personally say this bug is a good reason to go ahead with #3001 for 3.0.
___
Python tracker <[EMAIL PRO
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
it passes on release25-maint for me on linux. i don't see it hanging in
any of the 2.5 buildbots. looks like your r66003 change was a decent
fix for windows judging by the buildbot.
(fwiw, that test you patched in 66003 shou
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
assignee: -> gregory.p.smith
nosy: +gregory.p.smith
priority: -> normal
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
nosy: +gregory.p.smith
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3710>
___
_
Changes by Gregory P. Smith <[EMAIL PROTECTED]>:
--
keywords: +patch
nosy: +gregory.p.smith
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
I think this ldflags-ldlast patch (added) is whats really needed.
--
keywords: +easy, needs review
Added file: http://bugs.python.org/file11280/ldflags-ldlast-gps01.diff
___
Python t
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
fyi - This bug and #1868 (http://bugs.python.org/issue1868) seem related.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
see also #3710
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1868>
___
___
Python
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
I like Amaury's patch, it gets rid of what seems like an existing gross
hack of having localobject->dict exist at all.
I believe it may also fix #3710 by getting rid of the unnecessary
localobject->dict member.
Could so
Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
i'll fix this and add a unit test.
--
assignee: -> gregory.p.smith
keywords: +easy
nosy: +gregory.p.smith
priority: -> low
___
Python tracker <[EMAIL PROTECTED]>
401 - 500 of 3452 matches
Mail list logo