Skip to content

Commit

Permalink
Export our additional C-API functions
Browse files Browse the repository at this point in the history
Summary:
export the symbol added in D52642782 (will probably be useful later on for other hooks we will want to expose)

using a dedicated `_Ci` prefix to make it obvious which symbols are ABI-changes vs stock

Reviewed By: zsol

Differential Revision: D52643027

fbshipit-source-id: 98a839c02d46866944b52a46f71250aa469fa53d
  • Loading branch information
itamaro authored and facebook-github-bot committed Jan 12, 2024
1 parent 79be9ae commit 07eaad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capi-functions
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
/* Functions defined by Python's C-API */
Py*;
_Py*;
/* Additional Meta (Cinder) C-API functions to export */
_Ci*;
/* Export strobe symbols needed for pyperf */
__strobe_*;
};
Expand Down

0 comments on commit 07eaad1

Please sign in to comment.