This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
37,333
Commits
9
Branches
456
Tags
1.7
GiB
81817ad5cd
Commit Graph
2 Commits
Author
SHA1
Message
Date
Benjamin Peterson
c15a07333e
make bytes(o) respect __bytes__
#2415
...
This adds two new C-API functions: PyObject_Bytes and PyBytes_FromObject. Reviewer: Barry
2008-08-26 16:46:47 +00:00
Benjamin Peterson
dae32c196a
update docs after renaming of PyString -> PyBytes
2008-05-26 15:01:55 +00:00