-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- _json_parser.JsonParser objects are not pickle-able. - Rather than re-use the same JsonParser object to parse all resources from all ResourceCollections, use a new one to parse each resource. - By avoiding JsonParsers as instance variables, ResourceCollections and thus FHirPackages become pickle-able. This is helpful for use cases such as multi-processing. PiperOrigin-RevId: 466098436
- Loading branch information
1 parent
4b1db5a
commit 0c30acd
Showing
2 changed files
with
38 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters