[issue24777] sys.getrefcount takes no arguments

2015-08-03 Thread Ankoor Patil

Ankoor Patil added the comment:

Thanks Berker Peksag.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24777
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24777] sys.getrefcount takes no arguments

2015-08-02 Thread Berker Peksag

Berker Peksag added the comment:

Thanks for the report. Some functions like getrefcount in sys module are 
specific to CPython. Other Python implementations like IronPython(it doesn't 
use reference counting for example) may not implement or partially implement 
those functions.

sys.getrefcount() works fine with CPython:

 import sys
 l = 5
 sys.getrefcount(l)
35

--
nosy: +berker.peksag
resolution:  - not a bug
stage:  - resolved
status: open - closed
title: sys.getrefcount takes no arguments ?? - sys.getrefcount takes no 
arguments

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24777
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24777] sys.getrefcount takes no arguments ??

2015-08-01 Thread Ankoor Patil

New submission from Ankoor Patil:

I have just started exploring python in rhino and I think I hit a bug, can you 
please confirm this or point out where am I going wrong.

Thanks.

--
components: Cross-Build
files: Capture.PNG
messages: 247855
nosy: Ankoor Patil
priority: normal
severity: normal
status: open
title: sys.getrefcount takes no arguments ??
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file40097/Capture.PNG

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24777
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com