This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: how to use cpython O&
Type: behavior Stage: resolved
Components: Versions: Python 3.8
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: steven.daprano, twoone3
Priority: normal Keywords:

Created on 2020-10-04 23:14 by twoone3, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Screenshot_2020_1005_070639.png twoone3, 2020-10-04 23:14 the docs
Messages (2)
msg377983 - (view) Author: twoone3 (twoone3) Date: 2020-10-04 23:14
When I use'O&' to parse the parameters, I have never succeeded, I hope I can give a demo
msg377988 - (view) Author: Steven D'Aprano (steven.daprano) * (Python committer) Date: 2020-10-04 23:56
Please don't post screen shots of text when you can post a direct link to the page.

Are you talking about this?

https://docs.python.org/3/c-api/arg.html?highlight=py_cleanup#other-objects

This is a bug tracker, for reporting bugs in the Python interpreter and standard library, not a help desk for asking for help with your code. There are many other places where you can ask for help, such as:

- Stackoverflow

- Reddit's /r/learnpython

- https://python-forum.io/

- the Python-List mailing list https://mail.python.org/mailman/listinfo/python-list

- IRC https://www.python.org/community/irc/

and probably many more.

For help getting your code to work, see the above forums.

I'm going to close this as "Not A Bug", if you have an actual bug to report, you can re-open this with a demonstration of the bug.
History
Date User Action Args
2022-04-11 14:59:36adminsetgithub: 86103
2020-10-04 23:56:45steven.dapranosetstatus: open -> closed

nosy: + steven.daprano
messages: + msg377988

resolution: not a bug
stage: resolved
2020-10-04 23:14:07twoone3create