Contribute Media
A thank you to everyone who makes this possible: Read More

RestrictedPython - or how to port to Python 3 without porting dependencies

Description

You want to port a python package or application to Python 3 but one of its dependencies will never run on Python 3? This was the case for RestrictedPython – see which approaches could be used to solve this problem and which one we chose.

Details

Improve this page