google / gin-config

Gin provides a lightweight configuration framework for Python
Apache License 2.0
2.05k stars 120 forks source link

Reserve `gin` as a symbol in dynamic registration. #153

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Reserve gin as a symbol in dynamic registration.

Previously, statements like import gin.tf.external_configurables could clobber the "builtin" gin symbol in dynamic registration. This led to confusing error messages. I think it makes sense to just disallow binding an import statement to the gin symbol.