objspace.std.withmethodcachecounterΒΆ
- name: withmethodcachecounter
- description: try to cache methods and provide a counter in __pypy__. for testing purposes only.
- command-line: –objspace-std-withmethodcachecounter
- command-line for negation: –no-objspace-std-withmethodcachecounter
- option type: boolean option
- default: False
- requirements:
- objspace.std.withmethodcache must be set to ‘True’
Testing/debug option for –objspace-std-withmethodcache.