Logo
Explore Help
Register Sign In
mschoi/RustPython
1
0
Fork 0
You've already forked RustPython
forked from Rust-related/RustPython
Code Pull Requests Actions Activity
Files
function_attributes
RustPython/docs/notes.md
Windel Bouwman b9170c0a88 Reshuffle some files
2018-07-07 14:00:30 +02:00

467 B
Raw Permalink Blame History

TODO: other notes should be put into here

getattr()

  • Required by this opcode LOAD_ATTR
  • The builtin function: https://docs.python.org/3/library/functions.html?highlight=getattr#getattr

Memory management

  • https://docs.python.org/3.6/c-api/memory.html

Bootstraping

  • http://doc.pypy.org/en/latest/coding-guide.html#our-runtime-interpreter-is-rpython
  • http://www.aosabook.org/en/pypy.html
View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 18ms Template: 1ms
English
English
Licenses API