[issue35514] Docs on reference count detail. enhancement.

2018-12-16 Thread bombs
New submission from bombs : https://docs.python.org/3/c-api/intro.html#reference-count-details When I read that section of the docs first time, I found it hard to grasp what transferring of ownership is, which is an important and repeating concept throughout the docs. Some explanations were

[issue35511] Some methods of profile.Profile are not supported but the docs doesn't mention it.

2018-12-15 Thread bombs
bombs added the comment: To elaborate, the docs simply says "Both the profile and cProfile modules provide the following functions... enable(), disable(), create_stats() ..." -- ___ Python tracker <https://bugs.python.o

[issue35511] Some methods of profile.Profile are not supported but the docs doesn't mention it.

2018-12-15 Thread bombs
Change by bombs : -- keywords: +patch pull_requests: +10417 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35511> ___ ___ Python-

[issue35511] Some methods of profile.Profile are not supported but the docs doesn't mention it.

2018-12-15 Thread bombs
New submission from bombs : Currently enable, disable methods are only supported by Profile class of cProfile module, not profile module. But the docs doesn't give this information. I think we should, at least mention it, in the docs. -- assignee: docs@python compo