Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 3.2 #2092 +/- ##
==========================================
+ Coverage 76.38% 76.39% +0.01%
==========================================
Files 463 463
Lines 55034 55049 +15
Branches 9317 9319 +2
==========================================
+ Hits 42037 42054 +17
Misses 9865 9865
+ Partials 3132 3130 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aeecb86 to
13c849c
Compare
|
One thing we'll need to check before doing a big fix release is that tags build the wheels using the main branch of the pypi-packages repo, so if there are and incompatible changes over there, we just need to watch out |
Repeated calls to 'locale' in the OpenAI Codex sandbox are very slow. Making this static resolves the problem, and also modestly speeds up input parsing in general.
…antera#2086) This allows running scons in sandboxes like those used by OpenAI Codex.
…ra#2056) ParamSpec is available in Python proper starting with 3.10
Yeah, I had an inkling that this might be a challenge. It's been a while since we did a true patch release after letting the main branch diverge. |
I think as of today, there aren't any breaking changes on the |
Changes proposed in this pull request
This is a collection of bug fixes from the
mainbranch, cherry-picked onto the3.2branch in anticipation of making a patch release (3.2.1).Checklist
scons build&scons test) and unit tests address code coverage[ ] AI Statement is includedN/A