[issue1075356] exceeding obscure weakproxy bug

2012-12-19 Thread Matthew Barnett
Matthew Barnett added the comment: The patch "issue1075356.patch" is my attempt to fix this bug. 'PyArg_ParseTuple', etc, eventually call 'convertsimple'. What this patch does is to insert some code at the start of 'convertsimple' that checks whether the argument is a weakref proxy and, if it

[issue1075356] exceeding obscure weakproxy bug

2012-11-30 Thread Bruno Dupuis
Changes by Bruno Dupuis : -- nosy: +bruno.dupuis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1075356] exceeding obscure weakproxy bug

2011-01-23 Thread Senthil Kumaran
Senthil Kumaran added the comment: I find this problem with 3.x and not with 2.x codeline -- nosy: +orsenthil versions: +Python 3.1, Python 3.2 -Python 2.7 ___ Python tracker

[issue1075356] exceeding obscure weakproxy bug

2011-01-04 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: It's not fixed. range() now uses the tp_index slot, in weakrefs this becomes: WRAP_UNARY(proxy_index, PyNumber_Index) and indeed PyNumber_Index does not accept strings. But try with time.sleep() instead; here the line WRAP_UNARY(proxy_float, PyNum

[issue1075356] exceeding obscure weakproxy bug

2011-01-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: Works fine under 3.x. -- nosy: +pitrou stage: unit test needed -> needs patch versions: -Python 3.1, Python 3.2 ___ Python tracker ___ _

[issue1075356] exceeding obscure weakproxy bug

2010-08-19 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list

[issue1075356] exceeding obscure weakproxy bug

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed with rev69546. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___ _