Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Facebook
- Seattle, WA
- Sign in to view email
Popular repositories
-
-
Forked from jschementi/iron-websites
Website designs for both ironruby.net and ironpython.net
-
Forked from IronLanguages/main
Implementations of Python and Ruby programming languages for .NET Framework that are built on top of the Dynamic Language Runtime.
Python 1
-
Forked from projectkudu/kudu
Kudu is the engine behind git deployments in Azure Web Sites. It can also run outside of Azure.
C#
-
44 contributions in the last year
Contribution activity
January 2020
Created a pull request in python/cpython that received 9 comments
bpo-39336: Allow packages to not let their child modules be set on them
This allows an import to proceed if a module raises AttributeError when attempting to set a child module on the parent package. This can occur if a…