Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afce8dc

Browse files
committed
Update README.md
1 parent 686eba2 commit afce8dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
pythonnet
22
=========
33

4+
**NOTE** The *official* repo is now https://github.com/pythonnet/pythonnet. Changes from this fork of the original sourceforge project will be integrated back into that main repo in due course.
5+
6+
**Features not yet integrated into the main repo**:
7+
- Python 3 support
8+
- Subclassing managed types in Python
9+
10+
--------------------------------------------------------------------------------------------------------
11+
412
This fork of http://sourceforge.net/projects/pythonnet/ allows easy calling of python functions from C#.
513

614
+ All calls to python should be inside a "using (Py.GIL()) {/* Your code here */}" block.

0 commit comments

Comments
 (0)