Create your own GitHub profile
Join the platform over 40 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises-
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 10 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…