Skip to content

feat: support PyO3 initializer mode (separate __new__/__init__)#7

Merged
monchin merged 3 commits into
masterfrom
feat/support_initializer
Jun 14, 2026
Merged

feat: support PyO3 initializer mode (separate __new__/__init__)#7
monchin merged 3 commits into
masterfrom
feat/support_initializer

Conversation

@monchin

@monchin monchin commented Jun 14, 2026

Copy link
Copy Markdown
Owner

Description

Support initializer mode (when #[new] function and init appears simultaneously)

Type of change

  • Bug fix
  • New feature
  • Documentation
  • Refactor / chore

Checklist

  • Code follows the project style (cargo fmt, cargo clippy).
  • Self-review done.
  • Comments and docs are in English.
  • Pre-commit checks pass (prek run --all-files or equivalent).
  • CI passes (build, test, lint on Ubuntu, Windows, macOS).

@monchin monchin merged commit 3980b30 into master Jun 14, 2026
0 of 9 checks passed
@monchin monchin deleted the feat/support_initializer branch June 14, 2026 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant