pairochjulrat / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

Implement way for builtin types to call their class methods #240

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This doesn't work, but should:
L = []
L.append(42)

The attached file is a submission from Scott Rixner (Rice's Owl project).  It 
implements automatic object boxing.
Since Rice's Owl is based on r09, the patch may be difficult to apply.

Original issue reported on code.google.com by dwhall...@gmail.com on 22 Aug 2012 at 1:02

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 402d867e04a3.

Original comment by dwhall...@gmail.com on 11 Dec 2012 at 5:09