Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Objects
bytesobject.c
Find file
Blame
History
Permalink
make bytes(o) respect __bytes__ #2415
· c15a0733
Benjamin Peterson
authored
Aug 26, 2008
This adds two new C-API functions: PyObject_Bytes and PyBytes_FromObject. Reviewer: Barry
c15a0733