[issue3787] Make PyInstanceMethod_Type available or remove it

Benjamin Peterson report at bugs.python.org
Sat Sep 6 01:21:11 CEST 2008


Benjamin Peterson <musiccomposition at gmail.com> added the comment:

Usually, when you expose things under _tescapi for testing you test it
with related concepts.. I'm not sure what the correct place for this one
is, though. (maybe test_class?) Anyway, you could also nest
InstanceMethod and testfunction inside the test function its self to
avoide pollution.

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3787>
_______________________________________


More information about the Python-bugs-list mailing list