-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: privatizing methods psycopg,pylibmc,pymemcache,pymongo,pymysql,pynamodb,pyodbc,pyramid #9944
chore: privatizing methods psycopg,pylibmc,pymemcache,pymongo,pymysql,pynamodb,pyodbc,pyramid #9944
Conversation
…,pynamodb,pyodbc,pyramid
|
Datadog ReportBranch report: ✅ 0 Failed, 2965 Passed, 2220 Skipped, 41m 19.64s Total duration (3m 15.43s time saved) |
...ods-psycopg-pylibmc-pymemcache-pymongo-pymysql-pynamodb-pyodbc-pyramid-df1d8182d30d1950.yaml
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9944 +/- ##
===========================================
- Coverage 73.90% 10.54% -63.36%
===========================================
Files 1402 1368 -34
Lines 130341 128030 -2311
===========================================
- Hits 96324 13504 -82820
- Misses 34017 114526 +80509 ☔ View full report in Codecov by Sentry. |
…pymysql-pynamodb-pyodbc-pyramid-df1d8182d30d1950.yaml
BenchmarksBenchmark execution time: 2024-07-26 16:41:20 Comparing candidate commit 7f38ea5 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 214 metrics, 2 unstable metrics. |
…pymysql-pynamodb-pyodbc-pyramid-df1d8182d30d1950.yaml
The API should just be what is necessary. A lot of integrations expose implementation details through the patch.py We can’t just remove these functions right away as it will break our API so for each we will need to deprecate first and then remove in 2.x.
Checklist
Reviewer Checklist