Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py/runtime: Fix self arg passed to classmethod when accessed via super. | Damien George | 2024-07-25 |
| | | | | | | Thanks to @AJMansfield for the original test case. Signed-off-by: Damien George <damien@micropython.org> | ||
* | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | 2017-06-10 |
| | |||
* | tests/basic/: Make various tests skippable. | Paul Sokolovsky | 2017-02-15 |
| | | | | To run the testsuite on small ports. | ||
* | py: Fix calling of parent classmethod from instance of subclass. | Damien George | 2015-12-09 |
| | | | | Addresses issue #1697. | ||
* | objtype: Fix passing of class param to inherited classmethods. | Paul Sokolovsky | 2014-06-08 |
This is getting more and more tangled, but that's old news. |