Skip to content

qingliu2018/ironclad

 
 

Repository files navigation

Overview

Ironclad’s purpose is to allow IronPython to transparently import and use compiled CPython extensions.

The original project https://code.google.com/p/ironclad is no longer active. The last known version works with Python 2.6. The idea here is to make it work with current version (2.7.x) of CPython and IronPython.

At the moment it does compile using up to date components and passes almost all internal tests.

Ran 479 tests in 135.893s
FAILED (failures=2)
scons: done building targets.

numpy is still failing on import.

Building

Up to date building instructions can be found at: https://github.com/IronLanguages/ironclad/wiki/building

Releases

Hold on.

Hacking

Anybody who would like to help is welcome!

See doc/details.txt

About

ironclad for python 2.7

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 74.8%
  • Python 16.1%
  • C# 8.2%
  • C++ 0.9%