Skip to content

Commit

Permalink
Step 1: Add an annotation MigrationBlockingAllowInheritance to the py…
Browse files Browse the repository at this point in the history
…thon annotations:

Summary: Add an annotation `MigrationBlockingAllowInheritance` to the python annotations

Reviewed By: ahilger

Differential Revision: D68361912

fbshipit-source-id: b54739b3ef6243a7d6fcb0b24847cb9fadc2a690
  • Loading branch information
Danfeng Wang authored and facebook-github-bot committed Jan 22, 2025
1 parent f232e73 commit 51c4ad7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions thrift/annotation/python.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ struct UseCAPI {
/// It is only available for typedefs that resolve to binary, string, and container type.
@scope.Typedef
struct Py3EnableCppAdapter {}

@scope.Structured
struct MigrationBlockingAllowInheritance {}

0 comments on commit 51c4ad7

Please sign in to comment.