Skip to content

Commit

Permalink
Make sure the Mach-O parsing depth matches C++
Browse files Browse the repository at this point in the history
Resolve #1114
  • Loading branch information
romainthomas committed Oct 8, 2024
1 parent 11f65a0 commit 17b86f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/src/MachO/objects/pyParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void create<Parser>(nb::module_& m) {
One can configure the parser with the ``config`` parameter. See :class:`~lief.MachO.ParserConfig`
)delim"_doc,
"obj"_a, "config"_a = ParserConfig::quick(),
"obj"_a, "config"_a = ParserConfig::deep(),
nb::rv_policy::take_ownership);
}

Expand Down

0 comments on commit 17b86f8

Please sign in to comment.