8000 Notes on the differences between cpython and gpython · go-python/gpython@6980c03 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6980c03

Browse files
committed
Notes on the differences between cpython and gpython
1 parent 7c4b61a commit 6980c03

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

notes.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ BoundMethods should be run straight away in the vm not make a new vm
7575
ObjectType in *Type is probably redundant
7676
- except that Base can be nil
7777

78+
Difference between gpython and cpython
79+
======================================
80+
6739
81+
Uses native types for some of the objects, eg String, Int, Tuple, StringDict
82+
83+
Does not support threading, so no thread state or thread local variables
84+
7885
Attributes of built in types
7986
============================
8087

0 commit comments

Comments
 (0)
0