Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored and github-actions[bot] committed Apr 9, 2024
1 parent bd9325b commit bf62cf2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/post/mini-racer-v0.11.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,9 @@ what happens now is:
I think the design strategy is generalizable to most Python/C++ integrations,
and potentially likewise Java/C++ and C#/C++ integrations. (_TL;DR: use integer
identifiers instead of passing pointers, track object lifecycle in maps on the
C++ side, validate all incoming identifiers from Python, and refactor so that out-of-order finalization doesn't hurt
anything_). I wonder if it's written down anywhere.
C++ side, validate all incoming identifiers from Python, and refactor so that
out-of-order finalization doesn't hurt anything_). I wonder if it's written down
anywhere.

## Contribute!

Expand Down

0 comments on commit bf62cf2

Please sign in to comment.