{"taskset": {"n_runnable": 0, "name": null, "url_data": null, "catalog_id": null, "owner_type": null, "cited_by": null, "taskset": "swesmith", "domain": "swe", "task_kind": null, "environment": null, "grading": null, "path": "datasets/swesmith", "n_single_container": 100, "n_tasks": 100, "domain_raw": null, "sample_instruction": "OAuth2 scope handling broken after recent changes\n\n#### Description\n\nThe scope handling functions in `oauthlib.oauth2.rfc6749.utils` are producing incorrect results. When converting between scope lists and strings, the order is getting reversed and some edge cases are not handled properly.\n\n#### Steps/Code to Reproduce\n\n```python\nfrom oauthlib.oauth2.rfc6749.utils import list_to_scope, scope_to_list, params_from_uri\n\n# Test scope list to string conversion\nscope_list = ['read', 'write', 'admin']\nscope_string = list_to_scope(scope_list)\nprint(f\"Expected: 'read write admin', Got: '{scope_string}'\")\n\n# Test scope string to list conversion  \nscope_string = \"read write admin\"\nresult_list = scope_to_list(scope_string)\nprint(f\"Expected: ['read', 'write', 'admin'], Got: {result_list}\")\n\n# Test None handling\nnone_result = scope_to_list(None)\nprint(f\"Expected: None, Got: {none_result}\")\n\n# Test URI parameter parsing\nuri = 'http://example.com/?scope=read+write&other=value'\nparams = params_from_uri(uri)\nprint(f\"Expected scope as list, Got: {params}\")\n```\n\nThe scope conversion functions are not working as expected - the order is reversed and None values are handled incorrectly. This breaks OAuth2 token parsing and request preparation.\n", "owner_org": null, "url_repo": null, "url_paper": null, "license": null, "languages": [], "difficulties": {"hard": 100}, "categories": ["debugging"]}, "tasks": [{"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__09vlzwgc", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__0fceycuu", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__0fukhdzk", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__0hkl0pea", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__0mvyid7d", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__0q5tya4o", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__0qgnxkrq", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__0y673oox", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__1bsv3m8l", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__1gnd4ecz", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__1o3hm5l5", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__1utlssis", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__2kq6j5km", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__2nfzwp19", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__2qdb36cq", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__366dyxhy", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__39khb9no", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__3bgiin60", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__3gyog6ey", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__3oyoy4m0", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__3robnlss", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__3vj3353w", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__4989os43", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__4h1qcza1", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__519420f6", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__5gdrqq82", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__5jtc65v3", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__5ri2mg9d", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__5u9sk9ee", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__5wgd819s", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__6cwt9dv9", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__6f9y9ztr", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__6za0pzef", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__78ba7zwz", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__7nloo8og", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__7ymo4qe1", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__80bjmmcp", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__8424hlua", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__868k2n2u", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__8711slta", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__8fle46xq", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__8mcd2b7a", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__8tij9kub", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__8vq3niwz", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__97c1wz0l", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__990wfzbg", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__99t7rutv", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__9la56fhh", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__9zag9t2b", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__a0mopj7p", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__aonhp1o3", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__apmupkf8", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__aq6tx8j7", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__ay0ucnlk", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__b3ju06z6", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__bdmssg6v", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__bhkj2izg", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__ce2ryqth", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__ch76f2nx", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__co0s9qz2", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__cqshl0vn", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__cv13hcs4", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__cw8yqgmm", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__cztfi6i0", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__d2r0zswq", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__diwzpb6e", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__dk41cpe1", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__dm5bqfwa", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__dmfco3m9", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__dq69f6h1", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__dzecrh4b", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__e1m5x2jl", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__e7nkcn4p", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__eevkhjf7", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__el4fvj9g", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__f4lomc8f", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__fc22e7pf", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__ffdrn2le", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__fgifu2ez", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__g0ehixvk", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__g9gw4uvy", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__goqhpjg7", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__gw503g8h", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__h53jzih5", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__h9t9n344", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__ha0lsrgm", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__hj9rweie", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__hmvy2e7p", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__ho0hneaj", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__iiinyxof", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__ijavl1dh", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__imz32t7h", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__ivj2091j", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__ivt14jmt", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__j2rq8nck", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__j5ao7pwe", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__jhev9jho", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__k77pp897", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__kacru9dp", "taskset": "swesmith"}, {"agent_timeout": 3000, "category": "debugging", "compose": false, "difficulty": "hard", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "swe-bench", "swe-smith"], "task": "oauthlib__oauthlib.1fd52536.combine_file__kruun5qz", "taskset": "swesmith"}], "next": null}