Skip to content

Introduce malloc module (part 1) - #900

Merged
junkmd merged 3 commits into
enthought:mainfrom
junkmd:add_malloc_module_part1
Jan 10, 2026
Merged

Introduce malloc module (part 1)#900
junkmd merged 3 commits into
enthought:mainfrom
junkmd:add_malloc_module_part1

Conversation

@junkmd

@junkmd junkmd commented Jan 10, 2026

Copy link
Copy Markdown
Collaborator

#899
To avoid losing the commit history during a squash merge, I'll be merging these separately in parts.

Introduces `malloc.py` which provides `IMalloc` interface
definition.
Renamed `test_outparam.py` to `test_from_outparam.py`.
Update `pyproject.toml` for renamed test file.
@junkmd junkmd added this to the 1.4.15 milestone Jan 10, 2026
@junkmd junkmd added the enhancement New feature or request label Jan 10, 2026
@codecov

codecov Bot commented Jan 10, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 68.42105% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.49%. Comparing base (925c5cb) to head (d9c4b48).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
comtypes/malloc.py 65.71% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #900      +/-   ##
==========================================
- Coverage   85.55%   85.49%   -0.06%     
==========================================
  Files         126      128       +2     
  Lines       12022    12060      +38     
==========================================
+ Hits        10285    10311      +26     
- Misses       1737     1749      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@junkmd
junkmd merged commit baef773 into enthought:main Jan 10, 2026
91 of 101 checks passed
@junkmd
junkmd deleted the add_malloc_module_part1 branch January 10, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant