go-python / gpython

gpython is a python interpreter written in go "batteries not included"
BSD 3-Clause "New" or "Revised" License
870 stars 95 forks source link

py: Fix automatic addition of __doc__ to dict object (#229) #230

Closed natanfeitosa closed 8 months ago

natanfeitosa commented 8 months ago

fixes #229

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (95c8e39) 75.44% compared to head (14fcffa) 75.45%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #230 +/- ## ========================================== + Coverage 75.44% 75.45% +0.01% ========================================== Files 79 79 Lines 13214 13214 ========================================== + Hits 9969 9971 +2 + Misses 2569 2568 -1 + Partials 676 675 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sbinet commented 8 months ago

thanks a lot.

could you send another PR against https://github.com/go-python/license adding yourself to the AUTHORS and/or CONTRIBUTORS file(s) ? (then I'll merge this one in)

sbinet commented 8 months ago

thanks